*,:after,:before{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh}body{font-family:'Inter',sans-serif;color:#e5e5e5;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;--brand-gradient:linear-gradient(to right,#e11d48,#ef4444,#f97316);--color-rose:#f43f5e;--color-orange:#f97316;background-color:#0a0a0a;background-image:radial-gradient(circle at 50% 50%,#1a1a1a 0,#0a0a0a 70%)}main{max-width:640px;padding:2rem;z-index:10;animation:fadeIn 1s ease-out .2s;animation-fill-mode:forwards;opacity:0}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.logo{display:block;margin:0 auto 2rem auto;width:80px;height:80px;border-radius:1rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px rgba(0,0,0,.3)}h1{font-size:clamp(2rem,6vw,3.25rem);font-weight:700;line-height:1.2;margin-bottom:1rem;background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}p{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;color:#a3a3a3;margin-bottom:2.5rem;max-width:550px;margin-left:auto;margin-right:auto}.cta-group{position:relative}.cta-link{position:relative;display:inline-block;padding:1rem 2.5rem;text-decoration:none;font-size:1.125rem;font-weight:700;color:#fff;border-radius:.5rem;background-image:linear-gradient(to bottom,#262626,#1a1a1a,#0a0a0a);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.4);overflow:hidden;transition:all .3s ease}.cta-link:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.3)}.cta-border{position:absolute;left:0;height:1px;width:100%;opacity:0;transition:opacity .5s ease}.cta-border-top{top:0;background:linear-gradient(to right,transparent,var(--color-rose),transparent)}.cta-border-bottom{bottom:0;background:linear-gradient(to right,transparent,var(--color-orange),transparent)}.cta-group:hover .cta-border{opacity:1}#cookie-banner{display:none;position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(26,26,26,.9);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem;border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.5);z-index:100;width:calc(100% - 2rem);max-width:500px;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:480px){#cookie-banner{flex-direction:column;align-items:stretch;gap:.5rem}}#cookie-banner p{font-size:.875rem;margin:0;color:#a3a3a3;line-height:1.4}#cookie-accept{padding:.5rem 1rem;font-size:.875rem;font-weight:700;color:#0a0a0a;background:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background .2s ease;white-space:nowrap}#cookie-accept:hover{background:#e5e5e5}